Skip to content

fix(scripts): drop removed grant-scoring workspace from deploy-docs checker - #289

Merged
karagozemin merged 1 commit into
Sub-Rosa-Issue:mainfrom
khaylebfortune:workspace-entry
Aug 31, 2026
Merged

fix(scripts): drop removed grant-scoring workspace from deploy-docs checker#289
karagozemin merged 1 commit into
Sub-Rosa-Issue:mainfrom
khaylebfortune:workspace-entry

Conversation

@khaylebfortune

@khaylebfortune khaylebfortune commented Aug 31, 2026

Copy link
Copy Markdown

Summary

The deploy-document checker (scripts/check-deploy-docs.mjs) still referenced the removed examples/grant-scoring package in its hard-coded WORKSPACE_PKG_DIRS list. Because the checker silently ignores entries whose package.json is missing (ENOENT → continue), the stale entry had no effect at runtime but left outdated repository metadata in the checker and drifted from the workspace layout.

This PR removes that obsolete entry so the checker's maintained package list stays in sync with pnpm-workspace.yaml / the current workspace.

Changes

  • scripts/check-deploy-docs.mjs — remove examples/grant-scoring from WORKSPACE_PKG_DIRS.

No active workspace or documentation content is changed.

Verification

  • pnpm docs:checkPASS: all env-var and pnpm-command references resolve consistently.
  • scripts/check-deploy-docs.test.mjs (node --test) → 7/7 pass (the checker's own test suite).

Related

Closes #244

…hecker

The examples/grant-scoring package was removed from the workspace, but the
deploy-document checker still listed its package.json in its hard-coded
WORKSPACE_PKG_DIRS. Remove the obsolete entry so the checker's maintained
package list stays in sync with the workspace layout.

Generated with Codebuff 🤖
Co-Authored-By: Codebuff <noreply@codebuff.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(docs-check): remove the deleted grant-scoring workspace entry

2 participants